home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / U.S. System Software / System 7 Pro™ Beta 11 / Development Tools / Sample Code / Standard Mail / CollaboDraw (w⁄DigiSign) / aevt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-11  |  552 b   |  15 lines  |  [TEXT/MPS ]

  1. #ifndef _APPLEEVENTS_
  2. #include <AppleEvents.h>
  3. #endif
  4.  
  5. Boolean SupportsAEVT(void);
  6. void DoHighLevelEvent(EventRecord *ev);
  7. void RegisterMyEvents(void);
  8.  
  9. pascal OSErr MyAEHandleOAPP(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  10. pascal OSErr MyAEHandleODOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  11. pascal OSErr MyAEHandlePDOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  12. pascal OSErr MyAEHandleQUIT(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  13.  
  14. OSErr MyGotRequiredParams(AppleEvent *theAppleEvent);
  15.